dotConnect for Mailchimp Documentation
Devart.Data Namespace / SqlShimParameterCollection<T> Class / AddWithValue Method
The name of the parameter.
The Value of the Devart.Data.MailChimp.MailChimpParameter to add to the collection.

In This Topic
AddWithValue Method
In This Topic
Adds a Devart.Data.MailChimp.MailChimpParameter to the SqlShimParameterCollection<T> given the parameter name and value.
Syntax
'Declaration
 
Public Function AddWithValue( _
   ByVal parameterName As String, _
   ByVal value As Object _
) As T
 

Parameters

parameterName
The name of the parameter.
value
The Value of the Devart.Data.MailChimp.MailChimpParameter to add to the collection.

Return Value

See Also